Micron Document
Deavmi's coding shack

Commit 9632c39532fded108f80b9dc627b6f4df7a4a61e


Parents : 15e7e41
Author : Tristan B. Kildaire <deavmi@redxen.eu>
Date : 2021-05-31T22:40:06+02:00

Fixed imported journal entries

Changes
Diff

diff --git a/new_docs/content/journal/parser-update-1.md b/new_docs/content/journal/parser-update-1.md
index 5b7d50b..41a2825 100644
--- a/new_docs/content/journal/parser-update-1.md
+++ b/new_docs/content/journal/parser-update-1.md
@@ -1,5 +1,9 @@
-Parser update 1
-===============
+---
+title: Parser update 1
+date: 2021-03-05
+tags: [parser]
+author: Tristan B. Kildaire
+---
On `#programming` on BNET on the 5th of March 2021:

diff --git a/new_docs/content/journal/parser-update-2.md b/new_docs/content/journal/parser-update-2.md
index e39e4dc..3b21123 100644
--- a/new_docs/content/journal/parser-update-2.md
+++ b/new_docs/content/journal/parser-update-2.md
@@ -1,5 +1,9 @@
-Parser update 2
-===============
+---
+title: Parser update 2
+date: 2021-03-16
+tags: [parser]
+author: Tristan B. Kildaire
+---
On BNET IRC on `#programming` on 16th of March 2021:

diff --git a/new_docs/content/journal/parsing-begins.md b/new_docs/content/journal/parsing-begins.md
index ab357aa..65766c0 100644
--- a/new_docs/content/journal/parsing-begins.md
+++ b/new_docs/content/journal/parsing-begins.md
@@ -1,5 +1,9 @@
-Parsing begins
-==============
+---
+title: Parsing begins
+date: 2021-03-03
+tags: [parser]
+author: Tristan B. Kildaire
+---
I begun working on the parser today, along with minor fixes
and additions to the lexer and some test cases. I started

diff --git a/new_docs/content/journal/update-1.md b/new_docs/content/journal/update-1.md
index 7cdc636..b025b53 100644
--- a/new_docs/content/journal/update-1.md
+++ b/new_docs/content/journal/update-1.md
@@ -1,5 +1,9 @@
-Major update - grind of a week
-==============================
+---
+title: Major update - grind of a week
+date: 2021-03-27
+tags: [parser]
+author: Tristan B. Kildaire
+---
The title makes no sense.

diff --git a/new_docs/content/journal/why.md b/new_docs/content/journal/why.md
index c098b37..fb747fc 100644
--- a/new_docs/content/journal/why.md
+++ b/new_docs/content/journal/why.md
@@ -1,5 +1,9 @@
-Why create TLang?
-=================
+---
+title: Why create TLang?
+date: 2021-03-02
+tags: [parser]
+author: Tristan B. Kildaire
+---
**Question:** Why create the T programming language? Are there
not already languages out there that do what you want?

Served by rngit 1.5.0 - Generated in 0.1s